home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / gif_lib.arc / MAKE-LIB.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-02  |  320 b   |  8 lines

  1. rem
  2. rem large model of library:
  3. rem This batch file assumes the library modules where compiled into '.obj'
  4. rem files using the gif_lib.tc setup file of the integration environment tc.
  5. rem
  6. del gif_libl.lib
  7. tlib gif_libl +egif_lib.obj +dgif_lib.obj +dev2gif.obj +gif_hash.obj +getarg.obj +gif_err.obj, gif_lib.lst
  8.